From f54854f94c9623fc26fefe7997d88c08dd792181 Mon Sep 17 00:00:00 2001 From: jabu <46233424+jabuwu@users.noreply.github.com> Date: Mon, 3 Oct 2022 22:23:53 -0700 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cc3cf0e..96bfa6d 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Spine runtime for Rust (and wasm!) transpiled from the official C Runtime. Suppo ``` [dependencies] -rusty_spine = "0.2.0" +rusty_spine = "0.3.0" ``` [Online demo!](https://jabuwu.github.io/rusty_spine/) @@ -53,4 +53,4 @@ Provides an [egui](https://github.com/emilk/egui) debugger window for viewing sk Default: yes -Provides additional math functions using [mint](https://docs.rs/mint). \ No newline at end of file +Provides additional math functions using [mint](https://docs.rs/mint).