Skip to content

Commit 812f212

Browse files
committed
Upgrade CEnum and bump new version
1 parent cd692f0 commit 812f212

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ environment:
33
matrix:
44
- julia_version: 1.0
55
- julia_version: 1.1
6+
- julia_version: 1.2
67
- julia_version: nightly
78
platform:
89
- x86

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ os:
66
julia:
77
- 1.0
88
- 1.1
9+
- 1.2
910
- nightly
1011
matrix:
1112
allow_failures:

Project.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
name = "CSFML"
22
uuid = "538df835-4bef-5bfa-b281-4025a4f7e8ff"
33
authors = ["Gnimuc <qiyupei@gmail.com>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
88
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
99
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1010

11+
[compat]
12+
CEnum = "~0.2"
13+
BinaryProvider = ">= 0.3.0"
14+
julia = "~1"
15+
1116
[extras]
1217
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1318

REQUIRE

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/runtests.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using CSFML
1+
using CSFML.LibCSFML
22
using Test
33

4-
@testset "CSFML.jl" begin
5-
# Write your own tests here.
6-
end
4+
mode = sfVideoMode(1280, 720, 32)

0 commit comments

Comments
 (0)