Skip to content
Snippets Groups Projects
Verified Commit 37446af1 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix softbuffer patch

parent 8b4054a5
No related branches found
No related tags found
No related merge requests found
Pipeline #12912 failed
......@@ -3560,8 +3560,7 @@ dependencies = [
[[package]]
name = "softbuffer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2b953f6ba7285f0af131eb748aabd8ddaf53e0b81dda3ba5d803b0847d6559f"
source = "git+https://github.com/rust-windowing/softbuffer?branch=redox-0.2#af585358e396a6398102f63c889bce670d20a587"
dependencies = [
"bytemuck",
"cfg_aliases",
......
......@@ -3,3 +3,6 @@ members = [
"orbutils",
"calculator"
]
[patch.crates-io]
softbuffer = { git = "https://github.com/rust-windowing/softbuffer", branch = "redox-0.2" }
......@@ -21,6 +21,3 @@ coop_widgets = { git = "https://codeberg.org/flovansl/co_sl" }
[features]
default = []
slint-default = ["slint/default"]
[patch.crates-io]
softbuffer = { git = "https://github.com/rust-windowing/softbuffer" }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment