Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jan 30, 2024
1 parent 1f34633 commit ba0a241
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# https://juejin.cn/post/7325645956254351360
# https://github.com/cross-rs/cross-toolchains
# https://hub.docker.com/r/freeznet/x86_64-apple-darwin-cross
# https://github.com/cross-rs/cross?tab=readme-ov-file

# linux
[target.x86_64-unknown-linux-gnu]
xargo = false
# dockerfile = "D:\\Projects\\github\\cross\\docker\\Dockerfile.x86_64-unknown-linux-gnu"

# windwos
[target.x86_64-pc-windows-gnu]
xargo = false
# dockerfile = "D:\\Projects\\github\\cross\\docker\\Dockerfile.x86_64-pc-windows-gnu"

# macos
[target.x86_64-apple-darwin]
xargo = false
image = "freeznet/x86_64-apple-darwin-cross:11.3.1"
1 change: 0 additions & 1 deletion soda_resource_tools_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ directories = "5.0.1"
reqwest = { version = "0.11.23", features = ["blocking", "json"] }
serde_json = "1.0.111"
serde = { version = "1.0.195", features = ["derive"] }
# magic-crypt = "3.1.13"
chrono = "0.4.32"

0 comments on commit ba0a241

Please sign in to comment.