Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed May 7, 2018
1 parent 885b903 commit 64de888
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 643 deletions.
1 change: 1 addition & 0 deletions Vulkan.iml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<option name="pluginClasspaths">
<array />
</option>
<option name="coroutinesState" value="enable" />
</compilerArguments>
</configuration>
</facet>
Expand Down
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ group = 'com.github.kotlin-graphics'

apply plugin: 'com.github.johnrengelman.shadow'

kotlin {
experimental {
coroutines 'enable'
}
}

buildscript {

ext.kotlinVersion = '1.2.41'
Expand All @@ -34,6 +40,8 @@ dependencies {
compile 'com.github.kotlin-graphics:assimp:c224cf47516bc91a848a4dea88bf82d5327074a0'
implementation 'com.github.kotlin-graphics:imgui:b721ceaf260a47fa3623ab8d780ecfbe3510ec21'

compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.21"

ext.spirvCrossVersion = "0.4.0"
compile "graphics.scenery:spirvcrossj:$spirvCrossVersion"

Expand Down
Loading

0 comments on commit 64de888

Please sign in to comment.