revert cargo.toml

This commit is contained in:
Evan Almloff 2024-01-10 11:24:04 -06:00
parent e004c1722f
commit b8c6862791
2 changed files with 9 additions and 8 deletions

4
Cargo.lock generated
View file

@ -6134,6 +6134,7 @@ dependencies = [
[[package]]
name = "manganis"
version = "0.1.0"
source = "git+https://github.com/DioxusLabs/collect-assets?rev=94ea6f7#94ea6f728b3d135b5160f2c119c6e797049e4b2c"
dependencies = [
"manganis-macro",
]
@ -6141,6 +6142,7 @@ dependencies = [
[[package]]
name = "manganis-cli-support"
version = "0.1.0"
source = "git+https://github.com/DioxusLabs/collect-assets?rev=94ea6f7#94ea6f728b3d135b5160f2c119c6e797049e4b2c"
dependencies = [
"anyhow",
"cargo-lock 9.0.0",
@ -6166,6 +6168,7 @@ dependencies = [
[[package]]
name = "manganis-common"
version = "0.1.0"
source = "git+https://github.com/DioxusLabs/collect-assets?rev=94ea6f7#94ea6f728b3d135b5160f2c119c6e797049e4b2c"
dependencies = [
"anyhow",
"base64 0.21.6",
@ -6180,6 +6183,7 @@ dependencies = [
[[package]]
name = "manganis-macro"
version = "0.0.1"
source = "git+https://github.com/DioxusLabs/collect-assets?rev=94ea6f7#94ea6f728b3d135b5160f2c119c6e797049e4b2c"
dependencies = [
"base64 0.21.6",
"manganis-cli-support",

View file

@ -98,14 +98,11 @@ thiserror = "1.0.40"
prettyplease = { package = "prettier-please", version = "0.2", features = [
"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"
# It is not meant to be published, but is used so "cargo run --example XYZ" works properly