-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cinderblock.xml
33 lines (33 loc) · 1.02 KB
/
cinderblock.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="Cinder-VDUI"
id="com.videodromm.vdrui"
author="Bruce Lane"
license="MIT"
summary="VD UI block for Cinder 0.9: imgui wrapper"
url="https://github.com/videodromm/Cinder-VDRUI"
git="git://github.com/videodromm/Cinder-VDRUI.git"
core="true"
>
<supports os="msw" />
<includePath>include</includePath>
<includePath>src</includePath>
<headerPattern>include/*.h</headerPattern>
<sourcePattern>src/*.cpp</sourcePattern>
<sourcePattern>src/*.c</sourcePattern>
<requires>com.wk.websocketpp</requires>
<requires>ocornut.imgui</requires>
<requires>nl.cowlumbus.warping</requires>
<requires>com.videodromm.vd</requires>
<requires>com.videodromm.vdui</requires>
<requires>org.libcinder.OSC</requires>
<platform os="msw">
<requires>fr.batchass.spout</requires>
<requires>mb.cinder.midi2</requires>
<requires>org.libcinder.HTTPS</requires>
<requires>org.libcinder.wmfvideo</requires>
</platform>
</block>
<template>templates/VDUI/template.xml</template>
</cinder>