We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea515f commit baa05a5Copy full SHA for baa05a5
2 files changed
README.md
@@ -22,7 +22,7 @@ This is the first multiplatform drawing library!
22
- Different image rations
23
- Filling tool
24
- Optimizing rendering (convert drawn PATHes)
25
-- Migrate from Compose dependencies in DrawController
+- Migrate from Compose dependencies in [controller folder](drawbox/src/commonMain/kotlin/io/github/markyav/drawbox/controller)
26
27
## Demo
28
buildSrc/src/main/kotlin/Library.kt
@@ -5,7 +5,7 @@ object Library {
5
6
val group = "io.github.markyav.drawbox"
7
val artifact = "drawbox"
8
- val version = "1.1.0"
+ val version = "1.2.0"
9
10
object License {
11
val name = "Apache-2.0"
0 commit comments