bump floem

This commit is contained in:
Dongdong Zhou 2024-02-17 14:54:57 +00:00
parent 45951733ee
commit 50b7152983
3 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@ -1652,7 +1652,7 @@ checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
[[package]]
name = "floem"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=c45e8e8ab6ab85e12bd98527e34db4a9397c3764#c45e8e8ab6ab85e12bd98527e34db4a9397c3764"
source = "git+https://github.com/lapce/floem?rev=ada3d68642cab2245308eadf4899837f8e87ccf1#ada3d68642cab2245308eadf4899837f8e87ccf1"
dependencies = [
"bitflags 2.4.0",
"copypasta",
@ -1714,7 +1714,7 @@ dependencies = [
[[package]]
name = "floem-editor-core"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=c45e8e8ab6ab85e12bd98527e34db4a9397c3764#c45e8e8ab6ab85e12bd98527e34db4a9397c3764"
source = "git+https://github.com/lapce/floem?rev=ada3d68642cab2245308eadf4899837f8e87ccf1#ada3d68642cab2245308eadf4899837f8e87ccf1"
dependencies = [
"bitflags 1.3.2",
"itertools",
@ -1800,7 +1800,7 @@ dependencies = [
[[package]]
name = "floem_reactive"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=c45e8e8ab6ab85e12bd98527e34db4a9397c3764#c45e8e8ab6ab85e12bd98527e34db4a9397c3764"
source = "git+https://github.com/lapce/floem?rev=ada3d68642cab2245308eadf4899837f8e87ccf1#ada3d68642cab2245308eadf4899837f8e87ccf1"
dependencies = [
"smallvec",
]
@ -1808,7 +1808,7 @@ dependencies = [
[[package]]
name = "floem_renderer"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=c45e8e8ab6ab85e12bd98527e34db4a9397c3764#c45e8e8ab6ab85e12bd98527e34db4a9397c3764"
source = "git+https://github.com/lapce/floem?rev=ada3d68642cab2245308eadf4899837f8e87ccf1#ada3d68642cab2245308eadf4899837f8e87ccf1"
dependencies = [
"floem-cosmic-text",
"floem-peniko",
@ -1819,7 +1819,7 @@ dependencies = [
[[package]]
name = "floem_tiny_skia_renderer"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=c45e8e8ab6ab85e12bd98527e34db4a9397c3764#c45e8e8ab6ab85e12bd98527e34db4a9397c3764"
source = "git+https://github.com/lapce/floem?rev=ada3d68642cab2245308eadf4899837f8e87ccf1#ada3d68642cab2245308eadf4899837f8e87ccf1"
dependencies = [
"anyhow",
"bytemuck",
@ -1836,7 +1836,7 @@ dependencies = [
[[package]]
name = "floem_vger_renderer"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=c45e8e8ab6ab85e12bd98527e34db4a9397c3764#c45e8e8ab6ab85e12bd98527e34db4a9397c3764"
source = "git+https://github.com/lapce/floem?rev=ada3d68642cab2245308eadf4899837f8e87ccf1#ada3d68642cab2245308eadf4899837f8e87ccf1"
dependencies = [
"anyhow",
"floem-peniko",

View File

@ -73,7 +73,7 @@ lapce-core = { path = "./lapce-core" }
lapce-rpc = { path = "./lapce-rpc" }
lapce-proxy = { path = "./lapce-proxy" }
floem-editor-core = { git = "https://github.com/lapce/floem", rev = "c45e8e8ab6ab85e12bd98527e34db4a9397c3764", features = ["serde"] }
floem-editor-core = { git = "https://github.com/lapce/floem", rev = "ada3d68642cab2245308eadf4899837f8e87ccf1", features = ["serde"] }
# floem-editor-core = { path = "../workspaces/floem/editor-core/", features = ["serde"] }
[patch.crates-io]

View File

@ -52,7 +52,7 @@ sled = "0.34.7"
bytemuck = "1.14.0"
tokio = { version = "1.36", features = ["full"] }
futures = "0.3.26"
floem = { git = "https://github.com/lapce/floem", rev = "c45e8e8ab6ab85e12bd98527e34db4a9397c3764", features = [
floem = { git = "https://github.com/lapce/floem", rev = "ada3d68642cab2245308eadf4899837f8e87ccf1", features = [
"serde",
] }
# floem = { path = "../../workspaces/floem", features = ["serde"] }