Skip to content

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Sep 2, 2023
1 parent 9fae9b3 commit 5534111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/window/progress_icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ use std::{
f64::consts::{FRAC_PI_2, TAU},
};

// TODO Port to GskPath

mod imp {
use super::*;

Expand Down
2 changes: 2 additions & 0 deletions src/window/waveform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const LINE_WIDTH: f64 = 6.0;
const NATURAL_WIDTH: i32 = 300;
const NATURAL_HEIGHT: i32 = 240;

// TODO Port to GskPath

mod imp {
use super::*;

Expand Down

0 comments on commit 5534111

Please sign in to comment.