Skip to content

Commit

Permalink
Use glow effects (#13)
Browse files Browse the repository at this point in the history
use the glow-effects crate
  • Loading branch information
cgorski committed Apr 23, 2024
1 parent 785444d commit 73cf09f
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 110 deletions.
176 changes: 157 additions & 19 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion glow-control-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glow-control-lib"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "A library for controlling programmable LED lights"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -33,3 +33,5 @@ bytes = "1.1"
palette = "0.7"
derivative = "2.2"
uuid = { version = "1.8", features = ["v4"] }
glow-effects = { version = "0.5.0" }

0 comments on commit 73cf09f

Please sign in to comment.