Skip to content

Commit

Permalink
Update winplots.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Feb 6, 2024
1 parent 97d4aa3 commit f56942c
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 191 deletions.
2 changes: 2 additions & 0 deletions gen/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
2 changes: 1 addition & 1 deletion gen_winplots.jl → gen/gen_winplots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using UnicodePlots
using DSP

open(joinpath(@__DIR__, "src", "winplots.jl"), "w") do io
open(joinpath(@__DIR__, "..", "src", "winplots.jl"), "w") do io

println(io, """
#####################################################
Expand Down
Loading

0 comments on commit f56942c

Please sign in to comment.