mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
parent
ec32931985
commit
2acf687cf3
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ libm = ["i-slint-core/libm"]
|
|||
## of the [log](https://crates.io/crates/log) crate instead of just `println!()`.
|
||||
log = ["dep:log"]
|
||||
|
||||
## Implement the `serde::Serialize` and `serde::Deserialize` for some of the base types
|
||||
## such as `SharedString` and `SharedVector`.
|
||||
serde = ["i-slint-core/serde"]
|
||||
|
||||
## This feature enables the software renderer to pick up fonts from the operating system for text rendering.
|
||||
software-renderer-systemfonts = ["renderer-software", "i-slint-core/software-renderer-systemfonts"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue