|
@@ -98,14 +98,11 @@ thiserror = "1.0.40"
|
|
prettyplease = { package = "prettier-please", version = "0.2", features = [
|
|
prettyplease = { package = "prettier-please", version = "0.2", features = [
|
|
"verbatim",
|
|
"verbatim",
|
|
] }
|
|
] }
|
|
-# manganis-cli-support = { git = "https://github.com/DioxusLabs/collect-assets", rev = "94ea6f7", features = [
|
|
|
|
-# "webp",
|
|
|
|
-# "html",
|
|
|
|
-# ] }
|
|
|
|
-# manganis = { git = "https://github.com/DioxusLabs/collect-assets", rev = "94ea6f7" }
|
|
|
|
-manganis-cli-support = { path = "/Users/evanalmloff/Desktop/Github/assets/cli-support" }
|
|
|
|
-manganis = { path = "/Users/evanalmloff/Desktop/Github/assets" }
|
|
|
|
-
|
|
|
|
|
|
+manganis-cli-support = { git = "https://github.com/DioxusLabs/collect-assets", rev = "94ea6f7", features = [
|
|
|
|
+ "webp",
|
|
|
|
+ "html",
|
|
|
|
+] }
|
|
|
|
+manganis = { git = "https://github.com/DioxusLabs/collect-assets", rev = "94ea6f7" }
|
|
|
|
|
|
# This is a "virtual package"
|
|
# This is a "virtual package"
|
|
# It is not meant to be published, but is used so "cargo run --example XYZ" works properly
|
|
# It is not meant to be published, but is used so "cargo run --example XYZ" works properly
|