From 7c98b6f8301b0c6bd7e6f0361dfe77e8f0efcbcb Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Tue, 21 Jun 2022 15:53:06 +0530 Subject: [PATCH] Bump version number (switching to CalVer, yay!) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a491bb6..d462e16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cat-box" -version = "0.1.8" +version = "22.6.21" edition = "2018" license = "MIT" description = "Work in progress game engine, inspired by arcade" @@ -16,4 +16,4 @@ features = ["image", "ttf"] [features] default = [] -static = ["sdl2/bundled"] +static = ["sdl2/static-link", "sdl2/bundled"]