Skip to content

Commit

Permalink
Merge pull request JuliaGraphics#202 from jakebolewski/jcb/graphics
Browse files Browse the repository at this point in the history
update to use new Graphics package
  • Loading branch information
timholy committed Feb 13, 2015
2 parents 705449e + 4122eda commit 51c21a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Color 0.2.9
IniFile
Tk
Compat 0.2.5
Graphics 0.1
2 changes: 1 addition & 1 deletion src/Winston.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Winston

using Cairo
using Color
importall Base.Graphics
importall Graphics
using IniFile

export
Expand Down
2 changes: 1 addition & 1 deletion src/canvas3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ elseif output_surface == :gtk
eval(Expr(:toplevel, Expr(:using, :Gtk)))
end
using Color
using Base.Graphics
using Graphics

export plot3d, surf
#export demo_sombrero, demo_sphere
Expand Down

0 comments on commit 51c21a9

Please sign in to comment.