Diese Webseite funktioniert besser mit JavaScript.
Startseite
Hilfe
Anmelden
cacalabs
/
libcaca
Mirror von
https://github.com/cacalabs/libcaca.git
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Aktivität
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
1201
Commits
1
Branch
232 MiB
Struktur:
641656e902
main
v0.99.beta20
v0.99.beta19
v0.99.beta18
v0.99.beta17
v0.99.beta16
v0.99.beta15
v0.99.beta14
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „641656e902“
${ noResults }
libcaca
/
csharp
/
cucul-sharp.dll.config
cucul-sharp.dll.config
88 B
Originalformat
Normale Ansicht
Verlauf
* Some mass-renaming in the C# bindings: + Renamed the dlls so that the C# versions do not have the same name as the C DLLs on Win32. It's now "cucul-sharp.dll", mimicking GTK#. + Renamed namespaces: "using Cucul" instead of "using libCucul". + Renamed the Cucul class into CuculCanvas to avoid namespace/class name collisions. + Renamed old-fashioned "kk"/"qq" names into "dp"/"cv".
vor 17 Jahren
1
2
3
<configuration>
<dllmap dll="libcucul.dll" target="libcucul.so" />
</configuration>