Skip to content

Commit b2e5695

Browse files
committed
0.5.0
1 parent c29a617 commit b2e5695

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fidget.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.4.3"
3+
version = "0.5.0"
44
author = "treeform"
55
description = "Fidget - UI Library"
66
license = "MIT"

src/fidget/opengl/textures.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import buffers, pixie, opengl, strformat
1+
import buffers, pixie, opengl
22

33
type
44
MinFilter* = enum

src/fidget/openglbackend.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chroma, common, pixie, hashes, input, internal, opengl/base,
1+
import chroma, common, hashes, input, internal, opengl/base,
22
opengl/context, os, strformat, strutils, tables, times, typography,
33
typography/textboxes, unicode, vmath, opengl/formatflippy
44

0 commit comments

Comments
 (0)