export some builtin traits,
brightness conversion fails for invalid values, macros for wrapping attrs
This commit is contained in:
parent
bffc905261
commit
f4c7519658
21 changed files with 210 additions and 133 deletions
|
@ -19,10 +19,13 @@ uniffi = { version = "0.28.3", features = ["build"] }
|
|||
[dependencies]
|
||||
uniffi = { version = "0.28.3" }
|
||||
thiserror = "2.0"
|
||||
paste = "1.0.15"
|
||||
|
||||
[dependencies.servicepoint]
|
||||
version = "0.15.0"
|
||||
features = ["all_compressions"]
|
||||
git = "https://git.berlin.ccc.de/servicepoint/servicepoint.git"
|
||||
branch = "next"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue