瀏覽代碼

revert cargo.toml

Evan Almloff 1 年之前
父節點
當前提交
b8c6862791
共有 2 個文件被更改,包括 9 次插入8 次删除
  1. 4 0
      Cargo.lock
  2. 5 8
      Cargo.toml

+ 4 - 0
Cargo.lock

@@ -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",

+ 5 - 8
Cargo.toml

@@ -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