Skip to content

Commit

Permalink
publish lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kvey committed Oct 9, 2024
1 parent 5f691c6 commit ddeac4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions toolchain/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion toolchain/chidori-debugger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cargo-features = ["publish-lockfile"]

[package]
name = "chidori-debugger"
version.workspace = true
Expand All @@ -7,6 +9,8 @@ license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "Visual debugger for Chidori"
publish-lockfile = true


[dependencies]
objc = "0.2"
Expand Down Expand Up @@ -69,4 +73,4 @@ default = ["manage_clipboard", "open_url", "default_fonts", "render"]
manage_clipboard = ["arboard", "thread_local"]
open_url = ["webbrowser"]
default_fonts = ["egui/default_fonts"]
render = ["bevy/bevy_render"]
render = ["bevy/bevy_render"]

0 comments on commit ddeac4b

Please sign in to comment.