Skip to content

Commit

Permalink
Removed ColorTypes dependency (#292)
Browse files Browse the repository at this point in the history
* removed ColorTypes dependency
* updated changelog and Project.toml v0.3.1
  • Loading branch information
Wikunia committed Nov 18, 2020
1 parent 22a02da commit d9a45da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Javis.jl - Changelog

## v0.3.1 (18th of November 2020)
- removed `ColorTypes` as a dependency
- docstring fixes for `morph_to`

## v0.3 (10th of November 2020)
- Morphing with several shapes
- Changed `Action` to `Object` syntax
Expand Down
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name = "Javis"
uuid = "78b212ba-a7f9-42d4-b726-60726080707e"
authors = ["Ole Kröger <o.kroeger@opensourc.es>", "Jacob Zelko <jacobszelko@gmail.com>"]
version = "0.3.0"
version = "0.3.1"

[deps]
Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a"
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
GtkReactive = "27996c0f-39cd-5cc1-a27a-05f136f946b6"
Expand All @@ -23,7 +22,6 @@ VideoIO = "d6d074c3-1acf-5d4c-9a43-ef38773959a2"
[compat]
Animations = "0.4"
Cairo = "1"
ColorTypes = "0.10"
FFMPEG = "0.3, 0.4"
Gtk = "1.1"
GtkReactive = "1.0.3"
Expand Down
1 change: 0 additions & 1 deletion src/Javis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Javis

using Animations
import Cairo: CairoImageSurface, image
using ColorTypes: ARGB32
using FFMPEG
using Gtk
using GtkReactive
Expand Down

0 comments on commit d9a45da

Please sign in to comment.