Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Aug 9, 2023
1 parent cbdb94a commit 6f9943f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/gdevd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ use rusb::UsbContext;
use signal_hook::consts::TERM_SIGNALS;
use signal_hook::iterator::Signals;

use gdev::Command::{Breathe, ColorSector, Cycle, Wave};
use gdev::{Brightness, GDeviceManager, GDeviceManagerEvent, RgbColor};
use gdevd::Command::{Breathe, ColorSector, Cycle, Wave};
use gdevd::{Brightness, GDeviceManager, GDeviceManagerEvent, RgbColor};

#[derive(Copy, Clone, Default, Debug)]
struct TreeData;
Expand Down

0 comments on commit 6f9943f

Please sign in to comment.