Support drawing on iOS in examples
Softbuffer v0.4.6 added support for iOS.
This commit is contained in:
parent
b674d20edf
commit
dfea49f488
2 changed files with 15 additions and 15 deletions
|
|
@ -91,8 +91,8 @@ image = { version = "0.25.0", default-features = false, features = ["png"] }
|
|||
tracing = { version = "0.1.40", default-features = false, features = ["log"] }
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||
|
||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dev-dependencies]
|
||||
softbuffer = { version = "0.4.0", default-features = false, features = [
|
||||
[target.'cfg(not(target_os = "android"))'.dev-dependencies]
|
||||
softbuffer = { version = "0.4.6", default-features = false, features = [
|
||||
"x11",
|
||||
"x11-dlopen",
|
||||
"wayland",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue