dlangui/examples
Feldwor b61957f7f9
add import std.algorithm;
```
vaidas@vaidas-SATELLITE-L855:~$ dub run dlangui:tetris
Building package dlangui:tetris in /home/vaidas/.dub/packages/dlangui-0.9.182/dlangui/examples/tetris/
Performing "debug" build using dmd for x86_64.
derelict-util 3.0.0-beta.2: target for configuration "library" is up to date.
derelict-ft 2.0.0-beta.5: target for configuration "library" is up to date.
derelict-gl3 2.0.0-beta.8: target for configuration "library" is up to date.
derelict-sdl2 3.0.0-beta.8: target for configuration "derelict-sdl2-dynamic" is up to date.
dlangui 0.9.182: target for configuration "minimal" is up to date.
dlangui:tetris 0.9.182: building configuration "application"...
.dub/packages/dlangui-0.9.182/dlangui/examples/tetris/src/gui.d(562,20): Error: min is not defined, perhaps import std.algorithm; is needed?
dmd failed with exit code 1.
```
2019-09-18 17:37:30 +03:00
..
android Clean-up android example 2019-02-18 20:24:56 +07:00
bezier basic bezier curves with sample 2018-04-20 13:45:44 +07:00
d3d Console Backend for linux and windows - #293 2016-09-08 14:36:58 +03:00
derelictcocoatest-monod-osx remove trailing whitespace 2017-09-04 12:09:58 +01:00
dminer remove trailing whitespace 2017-09-04 12:09:58 +01:00
dmledit quick fix for dmledit 2017-12-03 03:09:36 -05:00
dragon dragon curve example improvements 2017-10-19 14:21:47 +03:00
editlinelist Example of an edit line list in dlangui. 2017-09-09 00:53:32 -06:00
example1 Derelict GL3 upgrade - fix #579 2018-11-26 09:43:15 +03:00
example2 remove binaries 2014-03-07 20:38:56 +04:00
helloworld Fix warnings in helloworld example. 2017-08-16 22:27:46 +02:00
ircclient remove trailing whitespace 2017-09-04 12:09:58 +01:00
opengl remove trailing whitespace 2017-09-04 12:09:58 +01:00
spreadsheet remove trailing whitespace 2017-09-04 12:09:58 +01:00
test remove trailing whitespace 2017-09-04 12:09:58 +01:00
tetris add import std.algorithm; 2019-09-18 17:37:30 +03:00
themetest example with custom theme - #353 2017-06-08 10:03:11 +03:00