Skip to content

Commit

Permalink
(cargo-release) version 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Sep 3, 2019
1 parent 9027290 commit 486763b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Expand Up @@ -2,14 +2,19 @@
name = "fermium"
description = "An opinionated crate of SDL2 bindings."
repository = "https://github.com/Lokathor/fermium"
version = "0.1.0-alpha0"
version = "0.1.0-alpha.1"
authors = ["Lokathor <zefria@gmail.com>"]
edition = "2018"
license = "Zlib"

links = "SDL2"
build = "build.rs"

# This forces docs.rs to build us on windows, which has the simplest build for
# docs.rs to perform.
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"

[features]
default = ["link_dynamic"]

Expand Down Expand Up @@ -64,8 +69,3 @@ cmake = { version = "0.1", optional = true }
[badges]
appveyor = { repository = "Lokathor/fermium" }
travis-ci = { repository = "Lokathor/fermium" }

# This forces docs.rs to build us on windows, which has the simplest build for
# docs.rs to perform.
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"

0 comments on commit 486763b

Please sign in to comment.