Enable Floem editor primitives in shell spike
CI / rust (push) Successful in 1m45s

This commit is contained in:
2026-08-31 15:44:05 -07:00
parent aaa1cb1fa9
commit 2f815cbf68
2 changed files with 111 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ license = "Apache-2.0"
publish = false
[dependencies]
floem = { git = "https://github.com/lapce/floem", rev = "778bb5f2aa08429e579ee2e6ac97e84fbf18b618", default-features = false, features = ["vger"] }
floem = { git = "https://github.com/lapce/floem", rev = "778bb5f2aa08429e579ee2e6ac97e84fbf18b618", default-features = false, features = ["editor", "vger"] }
lumbridge-spike-model = { path = "../ui-shell-model" }
[workspace]