compiles, doesn't run. Not sure where I left this...
This commit is contained in:
22
exportToHTML/mod.rs.html
Normal file
22
exportToHTML/mod.rs.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>mod.rs</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
.s0 { color: #ed864a;}
|
||||
.s1 { color: #ebebeb;}
|
||||
.s2 { color: #ffffff;}
|
||||
.s3 { color: #ed864a; font-weight: bold;}
|
||||
.ln { color: #999999; font-weight: normal; font-style: normal; }
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#131314">
|
||||
<table CELLSPACING=0 CELLPADDING=5 COLS=1 WIDTH="100%" BGCOLOR="#606060" >
|
||||
<tr><td><center>
|
||||
<font face="Arial, Helvetica" color="#000000">
|
||||
mod.rs</font>
|
||||
</center></td></tr></table>
|
||||
<pre><a name="l1"><span class="ln">1 </span></a><span class="s0">pub mod </span><span class="s2">extended_winit_imgui_support</span><span class="s3">;</span>
|
||||
<a name="l2"><span class="ln">2 </span></a><span class="s0">pub mod </span><span class="s2">imgui_support</span><span class="s3">;</span></pre>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user