feat(design-demo): debian packaging
This commit is contained in:
parent
37d5dd8b65
commit
5cd9d74189
12 changed files with 164 additions and 4 deletions
12
justfile
12
justfile
|
|
@ -18,6 +18,14 @@ check-winit *args:
|
|||
# Runs a check with JSON message format for IDE integration
|
||||
check-json: (check '--message-format=json')
|
||||
|
||||
# Remove Cargo build artifacts
|
||||
clean:
|
||||
cargo clean
|
||||
|
||||
# Also remove .cargo and vendored dependencies
|
||||
clean-dist: clean
|
||||
rm -rf .cargo vendor vendor.tar target
|
||||
|
||||
# Runs an example of the given {{name}}
|
||||
example name:
|
||||
cargo run --release -p {{name}}
|
||||
run name:
|
||||
cargo run --release -p {{name}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue