diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-01-19 14:40:59 -0330 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-01-19 14:40:59 -0330 |
| commit | b16b909074691c5d528774827b43c66cefc5f865 (patch) | |
| tree | 265d5d564520e98cd8da1bc8b7914ea894b52eef /Makefile | |
| parent | 74c5641b7a46c02e999f1e0cf506c983ede37995 (diff) | |
| download | volute-b16b909074691c5d528774827b43c66cefc5f865.zip | |
use Volume in text_input widget
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ build: test format - cargo build --workspace + cargo build run: build cargo run doc: test format - cargo doc --workspace --open + cargo doc --open test: format - cargo test --workspace + cargo test format: cargo fmt --all |