feat(imaging): add pure-Rust Skia backend (#112)
This commit is contained in:
@@ -18,6 +18,12 @@ sha1 = "0.10"
|
||||
sha2 = "0.11"
|
||||
uuid = { version = "1.18", features = ["v4"] }
|
||||
|
||||
# Browser and JavaScript WASM targets have no operating-system entropy syscall.
|
||||
# Select getrandom's supported Web Crypto adapter only for that target family.
|
||||
[target.'cfg(target_family = "wasm")'.dependencies]
|
||||
getrandom = { version = "0.4", features = ["wasm_js"] }
|
||||
uuid = { version = "1.18", features = ["v4", "rng-getrandom"] }
|
||||
|
||||
[dev-dependencies]
|
||||
stats_alloc = "0.1.10"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user