Skip to content

Commit

Permalink
alloc API change, array pointers improved, nk updated to 1.152
Browse files Browse the repository at this point in the history
  • Loading branch information
snuk182 committed Sep 21, 2016
1 parent 7808b6d commit 41c5f2f
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 3,854 deletions.
2 changes: 1 addition & 1 deletion nuklear-sys/nuklear-c/nuklear
Submodule nuklear updated 3 files
+12 −2 CHANGELOG.md
+6 −7 Readme.md
+496 −97 nuklear.h
2 changes: 1 addition & 1 deletion nuklear-sys/src/lib.rs
Expand Up @@ -317,7 +317,7 @@ pub enum nk_symbol_type {
NK_SYMBOL_MINUS = 12,
NK_SYMBOL_MAX = 13,
}
#[derive(Copy, Clone)]
#[derive(Copy, Clone, PartialEq)]
#[repr(i32)]
#[derive(Debug)]
pub enum nk_keys {
Expand Down

0 comments on commit 41c5f2f

Please sign in to comment.