Docs.rs
tauri-plugin-theme-2.1.2
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tauri-plugin-theme 2.1.2
Dynamically change Tauri App theme
Crate
Source
Builds
Feature flags
Hide files
permissions
src
.cargo_vcs_info.json
.gitignore
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
README.md
1
2
3
fn
main
(
)
{
tauri_plugin
::
Builder
::
new
(
&
[
"
set_theme
"
,
"
get_theme
"
]
)
.
build
(
)
;
}