- agg is no more needed by esvg - cxx is the LLVM generic c++ lib (BSD-like)remove GPL-v3 dependency of the std-c++ lib
39 lines
2.0 KiB
XML
39 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
<remote name="origin"
|
|
fetch="https://github.com/"/>
|
|
<default revision="master" remote="origin" sync-s="true"/>
|
|
<!--
|
|
name : repository name
|
|
path : installation path of the repository
|
|
-->
|
|
<project name="atria-soft/etk" path="atria-soft/etk"/>
|
|
<project name="atria-soft/gale" path="atria-soft/gale"/>
|
|
<project name="atria-soft/ejson" path="atria-soft/ejson"/>
|
|
<project name="atria-soft/exml" path="atria-soft/exml"/>
|
|
<project name="atria-soft/esvg" path="atria-soft/esvg"/>
|
|
<project name="atria-soft/enet" path="atria-soft/enet"/>
|
|
<project name="atria-soft/ege" path="atria-soft/ege"/>
|
|
<project name="atria-soft/egami" path="atria-soft/egami"/>
|
|
<project name="atria-soft/date" path="atria-soft/date"/>
|
|
<project name="atria-soft/ewol" path="atria-soft/ewol"/>
|
|
<project name="atria-soft/jvm-basics" path="atria-soft/jvm-basics"/>
|
|
<project name="HeeroYui/audio-ess" path="HeeroYui/audio-ess"/>
|
|
|
|
<!-- generic library -->
|
|
<project name="generic-library/freetype-lutin" path="generic-library/freetype-lutin"/>
|
|
<project name="generic-library/z-lutin" path="generic-library/z-lutin"/>
|
|
<project name="generic-library/gtest-lutin" path="generic-library/gtest-lutin"/>
|
|
<project name="generic-library/glew-lutin" path="generic-library/glew-lutin"/>
|
|
<project name="generic-library/bullet-physics-lutin" path="generic-library/bullet-physics-lutin"/>
|
|
<project name="generic-library/png-lutin" path="generic-library/png-lutin"/>
|
|
<project name="generic-library/edtaa3-lutin" path="generic-library/edtaa3-lutin"/>
|
|
<project name="generic-library/cxx-lutin" path="generic-library/cxx-lutin"/>
|
|
|
|
<!-- tools -->
|
|
<project name="generic-library/ios-deploy" path="tools/ios-deploy"/>
|
|
|
|
<!-- came from : https://github.com/musicdsp/manifest.git : default.xml -->
|
|
<include name="musicdsp.xml"/>
|
|
</manifest>
|