이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
cacalabs
/
libcaca
의 미러
https://github.com/cacalabs/libcaca.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
7
위키
활동
1198
커밋
1
브렌치
79 MiB
트리:
16587a464e
libcaca
/
csharp
/
cucul-sharp.dll.config
cucul-sharp.dll.config
88 B
Raw
Normal View
히스토리
* 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".
17 년 전
1
2
3
<configuration>
<dllmap dll="libcucul.dll" target="libcucul.so" />
</configuration>