Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove the ammolite-math dependency
  • Loading branch information
Limeth committed Apr 18, 2020
1 parent 438ef12 commit 16b0dca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/effect/effect_param.rs
Expand Up @@ -7,7 +7,6 @@ use std::path::PathBuf;
use std::fs::File;
use std::ffi::{CStr, CString};
use std::io::Read;
use ammolite_math::*;
use obs_wrapper::obs_sys::{
MAX_AUDIO_MIXES,
MAX_AUDIO_CHANNELS,
Expand Down
1 change: 0 additions & 1 deletion src/effect/loaded_value.rs
Expand Up @@ -7,7 +7,6 @@ use std::path::PathBuf;
use std::fs::File;
use std::ffi::{CStr, CString};
use std::io::Read;
use ammolite_math::*;
use obs_wrapper::obs_sys::{
MAX_AUDIO_MIXES,
MAX_AUDIO_CHANNELS,
Expand Down
1 change: 0 additions & 1 deletion src/effect/mod.rs
Expand Up @@ -8,7 +8,6 @@ use std::path::PathBuf;
use std::fs::File;
use std::ffi::{CStr, CString};
use std::io::Read;
use ammolite_math::*;
use obs_wrapper::obs_sys::{
MAX_AUDIO_MIXES,
MAX_AUDIO_CHANNELS,
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -12,7 +12,6 @@ use std::fs::File;
use std::ffi::{CStr, CString};
use std::io::Read;
use ordered_float::OrderedFloat;
use ammolite_math::*;
use smallvec::{SmallVec, smallvec};
use lazy_static::lazy_static;
use obs_wrapper::{
Expand Down

0 comments on commit 16b0dca

Please sign in to comment.