mirror of https://github.com/lapce/lapce.git
bump floem
This commit is contained in:
parent
3a9d0739ad
commit
d6c143b12e
|
@ -1440,7 +1440,7 @@ checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "floem"
|
name = "floem"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/lapce/floem?rev=de4713b6bf29228ce0a18f36ea8cf367d0592005#de4713b6bf29228ce0a18f36ea8cf367d0592005"
|
source = "git+https://github.com/lapce/floem?rev=159b8654315467fc924843b73809f8a766a6c07f#159b8654315467fc924843b73809f8a766a6c07f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.4.0",
|
"bitflags 2.4.0",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
|
@ -1464,12 +1464,12 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "floem_reactive"
|
name = "floem_reactive"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/lapce/floem?rev=de4713b6bf29228ce0a18f36ea8cf367d0592005#de4713b6bf29228ce0a18f36ea8cf367d0592005"
|
source = "git+https://github.com/lapce/floem?rev=159b8654315467fc924843b73809f8a766a6c07f#159b8654315467fc924843b73809f8a766a6c07f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "floem_renderer"
|
name = "floem_renderer"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/lapce/floem?rev=de4713b6bf29228ce0a18f36ea8cf367d0592005#de4713b6bf29228ce0a18f36ea8cf367d0592005"
|
source = "git+https://github.com/lapce/floem?rev=159b8654315467fc924843b73809f8a766a6c07f#159b8654315467fc924843b73809f8a766a6c07f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cosmic-text",
|
"cosmic-text",
|
||||||
"peniko",
|
"peniko",
|
||||||
|
@ -1479,7 +1479,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "floem_vger"
|
name = "floem_vger"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/lapce/floem?rev=de4713b6bf29228ce0a18f36ea8cf367d0592005#de4713b6bf29228ce0a18f36ea8cf367d0592005"
|
source = "git+https://github.com/lapce/floem?rev=159b8654315467fc924843b73809f8a766a6c07f#159b8654315467fc924843b73809f8a766a6c07f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"floem_renderer",
|
"floem_renderer",
|
||||||
|
|
|
@ -49,7 +49,7 @@ sled = "0.34.7"
|
||||||
bytemuck = "1.8.0"
|
bytemuck = "1.8.0"
|
||||||
tokio = { version = "1.21", features = ["full"] }
|
tokio = { version = "1.21", features = ["full"] }
|
||||||
futures = "0.3.26"
|
futures = "0.3.26"
|
||||||
floem = { git = "https://github.com/lapce/floem", rev = "de4713b6bf29228ce0a18f36ea8cf367d0592005" }
|
floem = { git = "https://github.com/lapce/floem", rev = "159b8654315467fc924843b73809f8a766a6c07f" }
|
||||||
# floem = { path = "../../workspaces/floem" }
|
# floem = { path = "../../workspaces/floem" }
|
||||||
config = { version = "0.13.2", default-features = false, features = ["toml"] }
|
config = { version = "0.13.2", default-features = false, features = ["toml"] }
|
||||||
structdesc = { git = "https://github.com/lapce/structdesc" }
|
structdesc = { git = "https://github.com/lapce/structdesc" }
|
||||||
|
|
Loading…
Reference in New Issue