feat: implement wallpaper settings page
This commit is contained in:
parent
3681a0987e
commit
900bb45758
12 changed files with 1009 additions and 480 deletions
6
justfile
6
justfile
|
|
@ -29,9 +29,7 @@ desktop-src := 'resources' / desktop
|
|||
desktop-dest := clean(rootdir / prefix) / 'share' / 'applications' / desktop
|
||||
|
||||
[private]
|
||||
help:
|
||||
echo $RUSTFLAGS
|
||||
@just -l
|
||||
default: build-release
|
||||
|
||||
# Remove Cargo build artifacts
|
||||
clean:
|
||||
|
|
@ -74,7 +72,7 @@ install: (install-bin bin-src bin-dest) (install-file desktop-src desktop-dest)
|
|||
|
||||
# Run the application for testing purposes
|
||||
run *args:
|
||||
env RUST_BACKTRACE=full cargo run --release {{args}}
|
||||
env RUST_LOG=debug RUST_BACKTRACE=full cargo run --release {{args}}
|
||||
|
||||
# Run `cargo test`
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue